Welcome![Sign In][Sign Up]
Location:
Search - compression application

Search list

[Compress-Decompress algrithmsc

Description: 資料壓縮的原理與應用 DCT域上影像縮小1by4的C程式-Data Compression Theory and Application of DCT domain image of the C program to narrow the 1by4
Platform: | Size: 1024 | Author: 馬旧 | Hits:

[Compress-Decompress algrithmsc

Description: 資料壓縮的原理與應用 二維8×8DCT轉換的C程式-Data compression and application of the principle of two-dimensional 8 × 8DCT conversion of C programs
Platform: | Size: 1024 | Author: 馬旧 | Hits:

[Compress-Decompress algrithmsc

Description: 資料壓縮的原理與應用快速霍夫曼解碼器的C程式-Data compression and application of the principle of rapid Hoffman decoder C program
Platform: | Size: 1024 | Author: 馬旧 | Hits:

[Compress-Decompress algrithmsc

Description: 資料壓縮的原理與應用二階段式小波轉換的C程式-Data Compression Theory and Application of Second-stage wavelet transform of C program
Platform: | Size: 2048 | Author: 馬旧 | Hits:

[Compress-Decompress algrithmsCompressionSample

Description: This sample demonstrates compression capabilities available in the .NET Framework. It builds a Windows Forms application that employs the GZipStream and DeflateStream types to compress and decompress files. The sample also introduces several types that are new in the .NET Framework version 2.0.-This sample demonstrates compression capabilities available in the. NET Framework. It builds a Windows Forms application that employs the GZipStream and DeflateStream types to compress and decompress files. The sample also introduces several types that are new in the. NET Framework version 2.0.
Platform: | Size: 144384 | Author: winzheng | Hits:

[OS DevelopHidefile

Description: 在win2000sp4 + VM6基本稳定。 原理不多说了,自己看代码吧,我也早就发过了驱动的代码了,现在的就是一个完整的应用。希望能够对大家有一点帮助,但是不要用在不该用的场所。 使用方法将: dd1压缩包里面是驱动源码 console压缩包里面是控制台源码 hide.exe是最终产品 使用方法: 1、将hide.exe复制到系统目录 2、运行cmd 3、hide -h 查看帮助 hide -i 安装驱动 hide -u 卸载驱动 hide -f -a filename 添加一个隐藏文件-In win2000sp4+ VM6 basically stable. Principle nothing to add to that, watch their own code, I have long ago issued a code-driven, and now is a complete application. I hope everyone can have a little help, but do not use should not be used in place. The use of methods: dd1 compression driver source package which is inside the console is a console cabinet is the ultimate source hide.exe Product Usage: 1, hide.exe will be copied to the system directory 2, run cmd3, hide-h Show help hide-i install the driver hide-u uninstall the driver hide-f-a filename to add a hidden files
Platform: | Size: 116736 | Author: zhang | Hits:

[Graph programsna

Description: 三种小波及其在图象压缩中的比较,张量积小波,非张量积小波,以及向量小波-Three wavelet and its application in image compression in comparison, the tensor product wavelet, non-tensor product wavelet and multiwavelet
Platform: | Size: 494592 | Author: 罗红 | Hits:

[Special EffectsVC++image

Description: 各种数字图像处理的算法及编程实现源码。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、图像的小波变换和JPEG图像的压缩编码。-A variety of digital image processing algorithms and programming source code. The main contents include: basis bitmap, image display, image geometric transformation, image transformation, image smoothing, image sharpening and edge detection, image segmentation and measurement, image handle the form of science, image transform domain treatment and application, image synthesis, 24-bit color image processing, image of the wavelet transform and JPEG image compression coding.
Platform: | Size: 11997184 | Author: 邓玥琳 | Hits:

[Compress-Decompress algrithmsyasuo

Description: 应用霍夫曼算法进行文件压缩和解压,里面包含重要函数-Application of Huffman algorithm file compression and decompression, which contains an important function
Platform: | Size: 33792 | Author: 林清雨 | Hits:

[JSP/JavaZipTest

Description: 压缩代码, 对 import java.io.* import java.util.zip.* 的应用-Compression code, the import java.io.* import java.util.zip .* Application
Platform: | Size: 2048 | Author: situ | Hits:

[Compress-Decompress algrithmslzma432

Description: LZMA 是 7-Zip 程序中 7z 格式 的默认压缩算法。LZMA 能提供给用户极高的压缩比及较快的压缩速度,它非常适合与应用程序集成,拥有不错的压缩比。-LZMA is a 7-Zip program 7z format the default compression algorithm. LZMA can provide to users a high compression ratio and faster compression speed, it is very suitable for application integration and has a good compression ratio.
Platform: | Size: 281600 | Author: xdjm | Hits:

[Windows CEmp3play

Description: 非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的头文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面为播放源码 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其实编译时的 object/library modules 只要看 sourse 文件包含哪个dll,或lib 就行 -Very suitable for embedded mp3 player, such as the console! Attention Readme.doc bag to see the detailed process of compression, in the ARM and MIPS adopted a new wce application, choose a simple windows ce application in 1.tool-
Platform: | Size: 1568768 | Author: lzy | Hits:

[Graph programyasuobianma

Description: 图形图象综合应用—图象的方块压缩编码,主要用于帮助图形图象的初学者学习-Comprehensive application of graphics images- images of box compression coding, the main graphical image used to help beginners learn
Platform: | Size: 75776 | Author: shuiwei | Hits:

[Graph programK-L

Description: KL变换的Matlab实现 KL 变换是图像正交变换的一种,在图像压缩领域有着广泛应用。-KL Transform Matlab realize KL transform is a kind of orthogonal transformation image in the field of image compression have broad application.
Platform: | Size: 1024 | Author: 贺宏洲 | Hits:

[source in ebookImageGainingandCoding

Description: 《Visual C++数字图像获取 处理及实践应用》一书的源代码,包括图像增强、图像复原、图像压缩编码、图像配准及分割等相关源码。- Visual C++ Deal with digital image acquisition and practical application, the book s source code, including image enhancement, image restoration, image compression, image registration and segmentation and other related source.
Platform: | Size: 8168448 | Author: 常乐 | Hits:

[Windows Developcsupdate

Description: 设计了一个基于C/S结构应用系统的自动升级处理系统。该系统具有自动检测最新版本、自动下载更新文件(包括文件自动解压缩)、上传最新版本文件到服务数据库(包括文件自动压缩)等功能。通过使用该自动升级系统软件,提高了C/S的可维护性和可升级性,也大大减少了软件后期维护工作并提高了软件自身质量。-Design based on C/S structure of the application system automatically upgrade treatment systems. The system has automatically detect the latest version automatically download the update files (including self-extracting file), upload the latest version of documents to the service database (including automatic file compression) and other functions. Through the use of the auto-upgrade system software, improve the C/S of maintainability and scalability, but also greatly reduces the software maintenance work late and improve the quality of the software itself.
Platform: | Size: 4363264 | Author: 刘放晴 | Hits:

[CSharpAOP_implement

Description: c#下AOP的应用示例,有三个压缩包,请大家下载试用-c# under the application of AOP example, there are three compression packages, please download the trial
Platform: | Size: 98304 | Author: xxuanh | Hits:

[Special EffectsVisualC++shuzituxianghuoquchulijishijianyingyong.r

Description: 这本书全面系统地讨论了数字图像处理的理论,设计及应用。全书共分为12章,分别讨论了位图及图像类的概念、图像获取、图像增强、图像复原、正交变换、压缩编码、图像配准、运动检测、特征提取、图像分割及识别的相关知识,基本涵盖了从图像获取到图像处理的各个领域,并给出了相应的算法和源代码。-This book is a comprehensive and systematic discussion of the theory of digital image processing, design and application. Book is divided into 12 chapters, respectively, discussed the types of digital maps and images of the concept, image acquisition, image enhancement, image restoration, orthogonal transform, compression, image registration, motion detection, feature extraction, image segmentation and identification of the relevant knowledge, basic cover from image acquisition to image processing in various fields, and the corresponding algorithms and source code.
Platform: | Size: 58560512 | Author: liuzhiriu | Hits:

[Compress-Decompress algrithmssimple-lz77

Description: simple-lz77压缩算法,主要是应用此算法进行文件的压缩,方便存储,方便应用-simple-lz77 compression algorithms, mainly the application of this algorithm file compression, convenient storage, easy application
Platform: | Size: 5120 | Author: | Hits:

[Compress-Decompress algrithmsFishWg.com-zx-

Description: 在c++应用matlab语言进行图像压缩的程序-In c++ Application matlab language image compression procedures
Platform: | Size: 1564672 | Author: | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »

CodeBus www.codebus.net